-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Keyboard property in WinUI Entry #1554
Conversation
47f3002
to
661aca7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsuarezruiz The keyboard type doesn't change :/
and build is failing :(
b141ed7
to
14dc27a
Compare
hmm I tested again, but it's the same :/ |
14dc27a
to
5662606
Compare
still not working :( |
There was still an extension method which was updating the InputScope property independently of any others, so we had a last setter win situation. This change ensures the UpdateInputScope is called whenever anything needs to ultimately set that property and accounts for multiple things which influence the set of input scope names that calculate the final value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds and works great! Seeing the numeric keyboard on winui entry
Description of Change
Implement
Keyboard
property in WinUI Entry.PR Checklist
Does this PR touch anything that might affect accessibility?